.nestlist * {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #333;
    font-family: "pingfang SC", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", helvetica, arial, verdana, tahoma, sans-serif;
    box-sizing: border-box;
    font-style: normal;
    font-weight: normal;
    list-style: none;
    text-decoration: none;
    outline: none;
}
.nestlist .mokuaiTop {
    position: relative;
    height: 35px;
    line-height: 26px;
    border-bottom: solid 1px #F0F0F0;
  }
.nestlist .mokuaiTop:after {
    position: absolute;
    left: 0;
    top: 30px;
    width: 50px;
    height: 4px;
    background: #01A56C;
    content: '';
  }
.nestlist .mokuaiTop .title {
    float: left;
    color: #333;
    font-size: 24px !important;
  }
.nestlist .mokuaiTop .more {
    float: right;
    margin-right: 20px;
    color: #999;
    font-size: 16px !important;
    line-height: 35px;
}
.nestlist .tapMenuBox {
    margin-top: 20px;
    width: 100%;
    text-align:left;
    /* overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none; */
}
.nestlist .tapMenuBox::-webkit-scrollbar {
    width: 0 !important;
}
.nestlist .tapMenu {
    font-size: 0;
}
.nestlist .tapMenu span {
    display: inline-block;
    width: 190px;
    max-width: 50%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px !important;
    font-weight: bold;
    background: #F0F0F0;
    color: #666;
    cursor: pointer;
}
.nestlist .tapMenu span.active {
    position: relative;
    color: #fff;
    background: #01A56C;
}
.nestlist .tapMenu span.active::after {
    position: absolute;
    left: 50%;
    top: 38px;
    margin-left: -4px;
    content: '';
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    border-top: solid 8px #01A56C;
}

.nestlist .list_item {
    display: none;
    padding-bottom: 20px;
}
.nestlist .list_item.active {
    display: block;
}

.nestlist .rlistNCList {
    padding-top: 20px;
    display: none;
}
.nestlist .rlistNCList.active {
    display: block;
}
.nestlist .rlistNCList li a {
display: flex;
justify-content: space-between;
overflow: hidden;
height: 20px;
margin-bottom: 16px;
line-height: 20px;
}
.nestlist .rlistNCList li span {
    position: relative;
    float: left;
    flex: 1;
    height: 20px;
    padding-left: 10px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space:nowrap;
    font-size: 16px !important;
    color: #333;
}

.nestlist .rlistNCList li a:hover span {
color: #01A56C;
text-decoration: underline;
}
.nestlist .rlistNCList li span:after {
position: absolute;
left: 2px;
top: 50%;
margin-top: -2px;
content: '';
width: 4px;
height: 4px;
background: #333;
border-radius: 50%;
}
.nestlist .rlistNCList li em {
float: right;
width: 105px;
font-size: 16px !important;
color: #8D8D8D;
}